Home
last modified time | relevance | path

Searched defs:clsname (Results 1 – 5 of 5) sorted by relevance

/external/autotest/utils/frozen_chromite/utils/
Dattrs_freezer.py30 def __new__(cls, clsname, bases, scope): argument
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py159 def __new__(mcs, clsname, base, attrs): argument
190 def __new__(mcs, clsname, base, attrs): argument
/external/scapy/scapy/contrib/
Disis.py802 def _lsp_answers(lsp, other, clsname): argument
831 def _snp_answers(snp, other, clsname): argument
Dbgp.py571 def __new__(cls, clsname, bases, attrs): argument
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1664 const char *clsname = (end == CHANNEL_RECV) ? "RecvChannel" : in _channel_from_cid() local