MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / get

Function get

python/pythonmonkey/builtin_modules/util.js:380–383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378
379Object.defineProperty(inspect, 'defaultOptions', {
380 get()
381 {
382 return inspectDefaultOptions;
383 },
384 set(options)
385 {
386 if (options === null || typeof options !== 'object')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected