Searched defs:cast (Results 1 – 3 of 3) sorted by relevance
4 def __init__(self, name, cast=None, special=None, default="0"): argument
55 pysqlite_microprotocols_add(PyTypeObject *type, PyObject *proto, PyObject *cast) in pysqlite_microprotocols_add()
93 #define cast(t, exp) ((t)(exp)) macro