Home
last modified time | relevance | path

Searched +defs:metaclass +defs:keywords +defs:var (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dclass.c502 VALUE metaclass = rb_class_boot(Qundef); in make_metaclass() local
1807 unknown_keyword_error(VALUE hash, const ID *table, int keywords) in unknown_keyword_error()
1912 VALUE *var; in rb_scan_args() local
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dnodes.py744 var = None # type: Var # Represents the decorated function obj variable in Decorator
925 metaclass = None # type: Optional[Expression] variable in ClassDef
927 keywords = None # type: OrderedDict[str, Expression] variable in ClassDef
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DScanning.c1022 PyObject *keywords; member
1457 #define __Pyx_GetModuleGlobalName(var, name) {\ argument
1464 #define __Pyx_GetModuleGlobalNameUncached(var, name) {\ argument
1471 #define __Pyx_GetModuleGlobalName(var, name) (var) = __Pyx__GetModuleGlobalName(name) argument
1472 #define __Pyx_GetModuleGlobalNameUncached(var, name) (var) = __Pyx__GetModuleGlobalName(name) argument
21631 static PyObject *__Pyx_CalculateMetaclass(PyTypeObject *metaclass, PyObject *bases) { in __Pyx_CalculateMetaclass()
21670 static PyObject *__Pyx_Py3MetaclassPrepare(PyObject *metaclass, PyObject *bases, PyObject *name, in __Pyx_Py3MetaclassPrepare()
21703 static PyObject *__Pyx_Py3ClassCreate(PyObject *metaclass, PyObject *name, PyObject *bases, in __Pyx_Py3ClassCreate()