Home
last modified time | relevance | path

Searched refs:inspect (Results 151 - 175 of 241) sorted by relevance

12345678910

/third_party/node/deps/npm/node_modules/@colors/colors/lib/
H A Dcolors.js121 return util.inspect(arg);
/third_party/python/Include/cpython/
H A Dinitconfig.h162 int inspect; member
/third_party/python/Tools/clinic/
H A Dclinic.py16 import inspect namespace
2297 Mutable duck type for inspect.Function.
2310 return_converter, return_annotation=inspect.Signature.empty,
2329 # those accurately with inspect.Signature in 3.4.
2385 Mutable duck type of inspect.Parameter.
2388 def __init__(self, name, kind, *, default=inspect.Parameter.empty,
2389 function, converter, annotation=inspect.Parameter.empty,
2404 return self.kind == inspect.Parameter.KEYWORD_ONLY
2407 return self.kind == inspect.Parameter.POSITIONAL_ONLY
2410 return self.kind == inspect
[all...]
/third_party/node/lib/internal/crypto/
H A Dkeys.js70 const { inspect } = require('internal/util/inspect');
661 return `CryptoKey ${inspect({
/third_party/node/test/parallel/
H A Dtest-os.js27 const { inspect } = require('util');
186 assert.ok('cidr' in v, `"cidr" prop not found in ${inspect(v)}`);
H A Dtest-repl-history-navigation.js11 const { inspect } = require('util');
456 'util.inspect.replDefaults.showHidden',
480 '> util.inspect.replDefaults.showHidden',
683 console.error('Last outputs: ' + inspect(lastChunks, {
H A Dtest-repl-programmatic-history.js221 console.log('INPUT', util.inspect(output));
H A Dtest-repl-persistent-history.js224 console.log('INPUT', util.inspect(output));
/third_party/node/deps/undici/src/lib/core/
H A Dutil.js347 : /state: 'errored'/.test(nodeUtil.inspect(body)
355 : /state: 'readable'/.test(nodeUtil.inspect(body)
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java209 * Map.inspect => string
213 * representation computed by its own #inspect method.
216 public IRubyObject inspect() { in inspect() method in RubyMap
217 return toHash(getRuntime().getCurrentContext()).inspect(); in inspect()
/third_party/node/lib/
H A Devents.js58 inspect,
60 } = require('internal/util/inspect');
500 stringifiedEr = inspect(er);
593 `added to ${inspect(target, { depth: -1 })}. Use emitter.setMaxListeners() to increase limit`,
H A Drepl.js119 const { inspect } = require('internal/util/inspect');
233 const writer = (obj) => inspect(obj, writer.options);
234 writer.options = { ...inspect.defaultOptions, showProxy: true };
815 ObjectDefineProperty(inspect, 'replDefaults', {
1318 // -> [['util.print', 'util.debug', 'util.log', 'util.inspect'],
/third_party/node/lib/internal/
H A Dchild_process.js42 const inspect = require('internal/util/inspect').inspect;
1068 throw new ERR_INVALID_SYNC_FORK_INPUT(inspect(stdio));
/third_party/node/test/common/
H A Dwpt.js10 const { inspect } = require('util');
632 stack: inspect(err),
647 inspect.defaultOptions.depth = Infinity;
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
H A Dindex.js1 import { inspect } from 'node:util';
799 * Custom printer for `util.inspect`
801 [inspect.custom](_, options) {
802 return `Jack ${inspect(this.toJSON(), options)}`;
/third_party/python/Lib/test/
H A Dtest_clinic.py9 import inspect namespace
418 self.assertEqual(inspect.Parameter.KEYWORD_ONLY, p.kind)
451 self.assertEqual(p.kind, inspect.Parameter.POSITIONAL_ONLY)
511 self.assertEqual(p.kind, inspect.Parameter.POSITIONAL_ONLY)
H A Dtest_pydoc.py5 import inspect namespace
416 mod_file = inspect.getabsfile(pydoc_mod)
430 (inspect.getabsfile(pydoc_mod),))
664 (inspect.getabsfile(pydoc_mod),))
755 # inspect resolves descriptors on type into methods, but vars doesn't,
H A Dtest_yield_from.py11 import inspect namespace
961 return [f[3] for f in inspect.stack()]
H A Dtest_code.py128 import inspect namespace
268 ("co_flags", code.co_flags | inspect.CO_COROUTINE),
H A Dtest_dataclasses.py10 import inspect namespace
226 sig = inspect.signature(C.__init__)
236 sig = inspect.signature(C.__init__)
826 signature = inspect.signature(cls.__init__)
838 self.assertEqual(param.default, inspect.Parameter.empty)
839 self.assertEqual(param.kind, inspect.Parameter.POSITIONAL_OR_KEYWORD)
843 self.assertEqual(param.default, inspect.Parameter.empty)
844 self.assertEqual(param.kind, inspect.Parameter.POSITIONAL_OR_KEYWORD)
849 self.assertEqual(param.kind, inspect.Parameter.POSITIONAL_OR_KEYWORD)
854 self.assertEqual(param.kind, inspect
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dedge.js296 [util.inspect.custom] () {
/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.h140 void inspect(std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect,
/third_party/python/Lib/test/libregrtest/
H A Drefleak.py4 from inspect import isabstract
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dshared.py12 from inspect import getframeinfo
/third_party/node/deps/npm/lib/commands/
H A Dview.js10 const { inspect, promisify } = require('util')
284 d = inspect(d, {

Completed in 27 milliseconds

12345678910