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

Function set

python/pythonmonkey/builtin_modules/util.js:384–391  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

382 return inspectDefaultOptions;
383 },
384 set(options)
385 {
386 if (options === null || typeof options !== 'object')
387 {
388 throw new TypeError('"options" must be an object');
389 }
390 Object.assign(inspectDefaultOptions, options);
391 }
392});
393
394// http://en.wikipedia.org/wiki/ANSI_escape_code#graphics

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected