Home
last modified time | relevance | path

Searched full:classmethods (Results 1 – 20 of 20) sorted by relevance

/third_party/node/test/doctool/
Dtest-doctool-json.mjs63 classMethods: [{ property
167 classMethods: [ property
/third_party/typescript/tests/baselines/reference/
Demitter.asyncGenerators.classMethods.es2018.js1 //// [tests/cases/conformance/emitter/es2018/asyncGenerators/emitter.asyncGenerators.classMethods.e…
Demitter.asyncGenerators.classMethods.es2015.js1 //// [tests/cases/conformance/emitter/es2015/asyncGenerators/emitter.asyncGenerators.classMethods.e…
Demitter.asyncGenerators.classMethods.es5.js1 //// [tests/cases/conformance/emitter/es5/asyncGenerators/emitter.asyncGenerators.classMethods.es5.…
/third_party/python/Lib/
Dabc.py29 """A decorator indicating abstract classmethods.
Dtarfile.py1553 # Below are the classmethods which act as alternate constructors to the
Ddoctest.py821 classmethods, and properties.
Dinspect.py1505 # implicit 'self' (or 'cls' for classmethods) argument
/third_party/node/doc/api/
Dglobals.json63 "classMethods": [ array
402 "classMethods": [ array
Dasync_hooks.json44 "classMethods": [ array
Dbuffer.json482 "classMethods": [ array
Dcrypto.json3216 "classMethods": [ array
Dall.json11231 "classMethods": [ array
13787 "classMethods": [ array
14971 "classMethods": [ array
24578 "classMethods": [ array
69312 "classMethods": [ array
/third_party/grpc/src/ruby/
D.rubocop_todo.yml310 Style/ClassMethods:
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c737 klass, rb_eval_string("::Google::Protobuf::MessageExts::ClassMethods")); in build_class_from_descriptor()
/third_party/python/Lib/test/
Dtest_doctest.py439 modules, functions, classes, methods, staticmethods, classmethods, and
504 methods, classmethods, staticmethods, properties, and nested classes.
Dtest_descr.py1561 # Test super() with classmethods (SF bug 535444)
/third_party/python/Doc/library/
Ddoctest.rst1311 methods, staticmethods, classmethods, and properties.
Dfunctions.rst1711 is useful for classmethods).
/third_party/python/Objects/
Dtypeobject.c3083 if they are plain functions, make them classmethods */ in type_new_set_attrs()