Home
last modified time | relevance | path

Searched refs:MAX_SEQ_LENGTH (Results 1 – 10 of 10) sorted by relevance

/dports/devel/ipython/ipython-7.29.0/IPython/lib/
H A Dpretty.py99 MAX_SEQ_LENGTH = 1000 variable
136 def pretty(obj, verbose=False, max_width=79, newline='\n', max_seq_length=MAX_SEQ_LENGTH):
147 def pprint(obj, verbose=False, max_width=79, newline='\n', max_seq_length=MAX_SEQ_LENGTH):
185 def __init__(self, output, max_width=79, newline='\n', max_seq_length=MAX_SEQ_LENGTH):
341 max_seq_length=MAX_SEQ_LENGTH):
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A Dpretty.py101 MAX_SEQ_LENGTH = 1000 variable
120 obj, verbose=False, max_width=79, newline="\n", max_seq_length=MAX_SEQ_LENGTH
138 obj, verbose=False, max_width=79, newline="\n", max_seq_length=MAX_SEQ_LENGTH
181 self, output, max_width=79, newline="\n", max_seq_length=MAX_SEQ_LENGTH
349 max_seq_length=MAX_SEQ_LENGTH,
H A D__amalgam__.py1584 MAX_SEQ_LENGTH = 1000 variable
1603 obj, verbose=False, max_width=79, newline="\n", max_seq_length=MAX_SEQ_LENGTH
1621 obj, verbose=False, max_width=79, newline="\n", max_seq_length=MAX_SEQ_LENGTH
1664 self, output, max_width=79, newline="\n", max_seq_length=MAX_SEQ_LENGTH
1832 max_seq_length=MAX_SEQ_LENGTH,
/dports/devel/ipython5/ipython-5.10.0/IPython/lib/
H A Dpretty.py98 MAX_SEQ_LENGTH = 1000 variable
140 def pretty(obj, verbose=False, max_width=79, newline='\n', max_seq_length=MAX_SEQ_LENGTH):
151 def pprint(obj, verbose=False, max_width=79, newline='\n', max_seq_length=MAX_SEQ_LENGTH):
189 def __init__(self, output, max_width=79, newline='\n', max_seq_length=MAX_SEQ_LENGTH):
350 max_seq_length=MAX_SEQ_LENGTH):
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/vendor/
H A Dpretty.py88 MAX_SEQ_LENGTH = 1000 variable
108 obj, verbose=False, max_width=79, newline="\n", max_seq_length=MAX_SEQ_LENGTH
150 self, output, max_width=79, newline="\n", max_seq_length=MAX_SEQ_LENGTH
325 max_seq_length=MAX_SEQ_LENGTH,
/dports/lang/fth/fth-1.4.1/src/
H A Darray.c495 if (buf_len > MAX_SEQ_LENGTH) in make_array()
611 if (len > MAX_SEQ_LENGTH) in ficl_values_to_array()
855 if (len > MAX_SEQ_LENGTH) in fth_array_push()
932 if (len > MAX_SEQ_LENGTH) in fth_array_unshift()
949 if (len > MAX_SEQ_LENGTH) in fth_array_unshift()
1136 if (len > MAX_SEQ_LENGTH) in fth_array_insert()
1892 if (len > MAX_SEQ_LENGTH) in ficl_values_to_assoc()
1927 if (len > MAX_SEQ_LENGTH) in assoc_insert()
2666 if (len > MAX_SEQ_LENGTH) in ficl_list_append()
3034 if (len > MAX_SEQ_LENGTH) in ficl_values_to_alist()
H A Dstring.c391 if (len > MAX_SEQ_LENGTH) in make_string_len()
633 if (len > MAX_SEQ_LENGTH) in ficl_values_to_string()
688 if (len > MAX_SEQ_LENGTH) in ficl_spaces_string()
1260 if (l > MAX_SEQ_LENGTH) in fth_string_push()
1360 if (l > MAX_SEQ_LENGTH) in fth_string_unshift()
1375 if (l > MAX_SEQ_LENGTH) in fth_string_unshift()
1556 if (l > MAX_SEQ_LENGTH) in fth_string_insert()
2227 if (l > MAX_SEQ_LENGTH) in fth_string_replace()
H A Dfth-lib.h42 #define MAX_SEQ_LENGTH ((ficlInteger)(FTH_SIZEOF_VOID_P << 20)) macro
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Dformatters.py598 max_seq_length = Integer(pretty.MAX_SEQ_LENGTH,
/dports/devel/ipython5/ipython-5.10.0/IPython/core/
H A Dformatters.py591 max_seq_length = Integer(pretty.MAX_SEQ_LENGTH,