-
Notifications
You must be signed in to change notification settings - Fork 0
/
pprint.js
28 lines (27 loc) · 1.06 KB
/
pprint.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
export const PrettyPrinter = function() {};
export const _StringIO = function() {};
export const __all__ = function() {};
export const __builtins__ = function() {};
export const __cached__ = function() {};
export const __doc__ = function() {};
export const __file__ = function() {};
export const __loader__ = function() {};
export const __name__ = 'pprint';
export const __package__ = function() {};
export const __spec__ = function() {};
export const _builtin_scalars = function() {};
export const _collections = function() {};
export const _perfcheck = function() {};
export const _recursion = function() {};
export const _safe_key = function() {};
export const _safe_repr = function() {};
export const _safe_tuple = function() {};
export const _sys = function() {};
export const _types = function() {};
export const _wrap_bytes_repr = function() {};
export const isreadable = function() {};
export const isrecursive = function() {};
export const pformat = function() {};
export const pp = function() {};
export const pprint = function() {};
export const saferepr = function() {};