Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dnumbers.py374 def __invert__(self): member in Integral
H A Doperator.py436 __invert__ = invert variable
H A Denum.py603 # for Flag, add __or__, __and__, __xor__, and __invert__
608 '__invert__'
1535 def __invert__(self): member in Flag
1692 body['__invert__'] = Flag.__invert__
/third_party/python/Include/internal/
H A Dpycore_global_strings.h128 STRUCT_FOR_ID(__invert__)
H A Dpycore_runtime_init.h751 INIT_ID(__invert__), \
/third_party/protobuf/python/google/protobuf/internal/
H A Dtest_util.py765 def __invert__(self): member in NonStandardInteger
/third_party/python/Objects/
H A Dtypeobject.c7520 SLOT0(slot_nb_invert, __invert__)
8130 UNSLOT("__invert__", nb_invert, slot_nb_invert, wrap_unaryfunc, "~self"),

Completed in 16 milliseconds