Home
last modified time | relevance | path

Searched refs:collection_flag (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_abc.c559 unsigned long collection_flag = ((PyTypeObject *)self)->tp_flags & COLLECTION_FLAGS; in _abc__abc_register_impl() local
560 if (collection_flag) { in _abc__abc_register_impl()
561 set_collection_flag_recursive((PyTypeObject *)subclass, collection_flag); in _abc__abc_register_impl()

Completed in 2 milliseconds