Home | History | Annotate | Download | only in Python

Lines Matching defs:get_frozen_object

1947 get_frozen_object(char *name)

2918 if (!PyArg_ParseTuple(args, "s:get_frozen_object", &name))
2920 return get_frozen_object(name);
3159 {"get_frozen_object", imp_get_frozen_object, METH_VARARGS},