MCPcopy Create free account

hub / github.com/dgrunwald/rust-cpython / functions

Functions924 in github.com/dgrunwald/rust-cpython

Functiontype_error_to_false
(py: Python, e: PyErr)
src/py_class/slots.rs:507
Methodtype_object
(py: Python)
src/objects/string.rs:108
Methodtype_object
(py: Python)
src/objects/object.rs:112
Functionunary_arithmetic
()
tests/test_class.rs:816
Methodunchecked_downcast_borrow_from
(o: &PyObject)
src/objects/object.rs:87
Methodunchecked_downcast_from
(o: PyObject)
src/objects/object.rs:82
Methodunistr
(&self, py: Python)
src/objectprotocol.rs:192
Methodunit_variant
(self)
src/serde/de.rs:341
Methodutf16_bytes
(input: &[u16])
src/objects/string.rs:169
Methodutf32_bytes
(input: &[u32])
src/objects/string.rs:187
Functionval
(_: Python)
extensions/tests/hello.rs:25
Methodvalue
Gets the value of this integer. Warning: `PyInt::value()` is only supported for Python 2.7 `int` objects, but not for `long` objects. In almost all c
src/objects/num.rs:84
Methodvalue_error
Construct a `ValueError` from a message.
src/serde/error.rs:13
Methodvariant_seed
(self, seed: V)
src/serde/de.rs:313
Functionvec_iter
()
src/objects/iterator.rs:94
Methodwarn
Issue a warning message. May return a PyErr if warnings-as-errors is enabled.
src/err.rs:413
Methodwith_borrowed_ptr
(&self, py: Python, f: F)
src/conversion.rs:55
Methodwith_extracted
(py: Python, obj: &PyObject, f: F)
src/conversion.rs:142
Methodwith_extracted
(py: Python, obj: &PyObject, f: F)
src/objects/string.rs:540
Functionwith_extracted_optional_or_default
used in py_argparse_extract!() macro
src/argparse.rs:528
Functionwith_extracted_or_default
used in py_argparse_extract!() macro
src/argparse.rs:508
Functionwrap1
(*args, **kwargs)
src/py_class/py_class_impl.py:636
Functionwrap2
(special_name)
src/py_class/py_class_impl.py:637
Functionwrong_tuple_length
(py: Python, t: &PyTuple, expected_length: usize)
src/objects/tuple.rs:96
← previous901–924 of 924, ranked by callers