Lines Matching refs:error
174 The msg argument is a human-readable error message, e.g.::
278 This gives a nice error message in case of count mismatch.
552 never_call_me(arg) # type checker error
599 run_query(arbitrary_string) # type checker error
600 run_query( # type checker error
1847 error = Generic in cls.__orig_bases__
1849 error = (Generic in cls.__bases__ and
1852 if error:
2059 # Same error message as for issubclass(1, int).
2161 - It's an error to call `Annotated` with less than two arguments.
2264 emits an error if the value is not of the specified type::
2268 assert_type(name, int) # type checker error
2487 reachable, it will emit an error.
3083 title='The Matrix', # typechecker error if key is omitted
3105 title='The Matrix', # typechecker error if key is omitted
3146 # We defined __mro_entries__ to get a better error message