py_PredefinedType class abstract
Python favored string formatting. %d: int %i: py_i64 (int64_t) %f: py_f64 (double) %s: const char* %q: c11_sv %v: c11_sv %c: char %p: void* %t: py_Type %n: py_Name
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- tp_array2d → const int
- tp_array2d_like → const int
- array2d
- tp_array2d_like_iterator → const int
- tp_array2d_view → const int
- tp_AssertionError → const int
- tp_AttributeError → const int
- tp_BaseException → const int
- tp_bool → const int
- tp_boundmethod → const int
- 2 slots (self, func)
- tp_bytes → const int
- tp_chunked_array2d → const int
- tp_classmethod → const int
- 1 slot
- tp_code → const int
- tp_color32 → const int
- tp_dict → const int
- tp_dict_iterator → const int
- 1 slot
- tp_ellipsis → const int
- tp_Exception → const int
- tp_float → const int
- tp_function → const int
- tp_generator → const int
- tp_ImportError → const int
- tp_IndexError → const int
- tp_int → const int
- tp_KeyboardInterrupt → const int
- tp_KeyError → const int
- tp_list → const int
- c11_vector
- tp_list_iterator → const int
- 1 slot
- tp_locals → const int
- tp_mat3x3 → const int
- tp_module → const int
- tp_namedict → const int
- tp_NameError → const int
- tp_nativefunc → const int
- tp_nil → const int
- tp_NoneType → const int
- tp_NotImplementedError → const int
- tp_NotImplementedType → const int
- tp_object → const int
- tp_OSError → const int
- tp_property → const int
- 2 slots (getter + setter)
- tp_range → const int
- tp_range_iterator → const int
- tp_RecursionError → const int
- tp_RuntimeError → const int
- tp_slice → const int
- 3 slots (start, stop, step)
- tp_star_wrapper → const int
- 1 slot + int level
- tp_staticmethod → const int
- 1 slot
- tp_StopIteration → const int
- tp_str → const int
- tp_str_iterator → const int
- tp_super → const int
- 1 slot + py_Type
- tp_SyntaxError → const int
- tp_SystemExit → const int
- builtin exceptions
- tp_TimeoutError → const int
- tp_tuple → const int
- N slots
- tp_tuple_iterator → const int
- 1 slot
- tp_type → const int
- py_Type
- tp_TypeError → const int
- tp_UnboundLocalError → const int
- tp_ValueError → const int
- tp_vec2 → const int
- vmath
- tp_vec2i → const int
- tp_vec3 → const int
- tp_vec3i → const int
- tp_ZeroDivisionError → const int