@@ -73,7 +73,7 @@ def is_string_like(obj):
73
73
74
74
Parameters
75
75
----------
76
- obj : The object to check.
76
+ obj : The object to check
77
77
78
78
Examples
79
79
--------
@@ -127,7 +127,7 @@ def is_iterator(obj):
127
127
128
128
Parameters
129
129
----------
130
- obj : The object to check.
130
+ obj : The object to check
131
131
132
132
Returns
133
133
-------
@@ -172,7 +172,7 @@ def is_file_like(obj):
172
172
173
173
Parameters
174
174
----------
175
- obj : The object to check.
175
+ obj : The object to check
176
176
177
177
Returns
178
178
-------
@@ -203,7 +203,7 @@ def is_re(obj):
203
203
204
204
Parameters
205
205
----------
206
- obj : The object to check.
206
+ obj : The object to check
207
207
208
208
Returns
209
209
-------
@@ -227,7 +227,7 @@ def is_re_compilable(obj):
227
227
228
228
Parameters
229
229
----------
230
- obj : The object to check.
230
+ obj : The object to check
231
231
232
232
Returns
233
233
-------
@@ -261,7 +261,7 @@ def is_list_like(obj, allow_sets=True):
261
261
262
262
Parameters
263
263
----------
264
- obj : The object to check.
264
+ obj : The object to check
265
265
allow_sets : boolean, default True
266
266
If this parameter is False, sets will not be considered list-like
267
267
@@ -310,7 +310,7 @@ def is_array_like(obj):
310
310
311
311
Parameters
312
312
----------
313
- obj : The object to check.
313
+ obj : The object to check
314
314
315
315
Returns
316
316
-------
@@ -343,7 +343,7 @@ def is_nested_list_like(obj):
343
343
344
344
Parameters
345
345
----------
346
- obj : The object to check.
346
+ obj : The object to check
347
347
348
348
Returns
349
349
-------
@@ -384,7 +384,7 @@ def is_dict_like(obj):
384
384
385
385
Parameters
386
386
----------
387
- obj : The object to check.
387
+ obj : The object to check
388
388
389
389
Returns
390
390
-------
@@ -408,7 +408,7 @@ def is_named_tuple(obj):
408
408
409
409
Parameters
410
410
----------
411
- obj : The object to check.
411
+ obj : The object to check
412
412
413
413
Returns
414
414
-------
@@ -468,7 +468,7 @@ def is_sequence(obj):
468
468
469
469
Parameters
470
470
----------
471
- obj : The object to check.
471
+ obj : The object to check
472
472
473
473
Returns
474
474
-------
0 commit comments