Home
last modified time | relevance | path

Searched defs:new_class (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dtypes.py69 def new_class(name, bases=(), kwds=None, exec_body=None): function
/third_party/boost/libs/python/src/object/
Dclass.cpp549new_class(char const* name, std::size_t num_types, type_info const* const types, char const* doc) in new_class() function