mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-04-24 20:56:11 +02:00
doc update
This commit is contained in:
@@ -94,7 +94,7 @@ Yields:
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
|
||||
### Parser Information
|
||||
Compatibility: linux, darwin, cygwin, win32, aix, freebsd
|
||||
|
||||
@@ -131,7 +131,7 @@ Yields:
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
|
||||
### Parser Information
|
||||
Compatibility: linux
|
||||
|
||||
@@ -108,7 +108,7 @@ Yields:
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
|
||||
### Parser Information
|
||||
Compatibility: linux, darwin, cygwin, aix, freebsd
|
||||
|
||||
@@ -114,7 +114,7 @@ Yields:
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
|
||||
### Parser Information
|
||||
Compatibility: linux, darwin, freebsd
|
||||
|
||||
@@ -119,7 +119,7 @@ Yields:
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
|
||||
### Parser Information
|
||||
Compatibility: linux, darwin, freebsd
|
||||
|
||||
@@ -112,7 +112,7 @@ Yields:
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
|
||||
### Parser Information
|
||||
Compatibility: linux, darwin, freebsd
|
||||
|
||||
@@ -131,7 +131,7 @@ Yields:
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
|
||||
### Parser Information
|
||||
Compatibility: linux
|
||||
|
||||
+1
-1
@@ -121,7 +121,7 @@ def parse(data, raw=False, quiet=False, ignore_exceptions=False):
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
"""
|
||||
jc.utils.compatibility(__name__, info.compatible, quiet)
|
||||
streaming_input_type_check(data)
|
||||
|
||||
+1
-1
@@ -118,7 +118,7 @@ def parse(
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
"""
|
||||
jc.utils.compatibility(__name__, info.compatible, quiet)
|
||||
streaming_input_type_check(data)
|
||||
|
||||
@@ -182,7 +182,7 @@ def parse(data, raw=False, quiet=False, ignore_exceptions=False):
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
"""
|
||||
jc.utils.compatibility(__name__, info.compatible, quiet)
|
||||
streaming_input_type_check(data)
|
||||
|
||||
+1
-1
@@ -145,7 +145,7 @@ def parse(data, raw=False, quiet=False, ignore_exceptions=False):
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
"""
|
||||
jc.utils.compatibility(__name__, info.compatible, quiet)
|
||||
streaming_input_type_check(data)
|
||||
|
||||
@@ -491,7 +491,7 @@ def parse(data, raw=False, quiet=False, ignore_exceptions=False):
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
"""
|
||||
jc.utils.compatibility(__name__, info.compatible, quiet)
|
||||
streaming_input_type_check(data)
|
||||
|
||||
@@ -167,7 +167,7 @@ def parse(
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
"""
|
||||
jc.utils.compatibility(__name__, info.compatible, quiet)
|
||||
streaming_input_type_check(data)
|
||||
|
||||
@@ -153,7 +153,7 @@ def parse(data, raw=False, quiet=False, ignore_exceptions=False):
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
"""
|
||||
jc.utils.compatibility(__name__, info.compatible, quiet)
|
||||
streaming_input_type_check(data)
|
||||
|
||||
@@ -173,7 +173,7 @@ def parse(data, raw=False, quiet=False, ignore_exceptions=False):
|
||||
|
||||
Returns:
|
||||
|
||||
Iterator object
|
||||
Iterator object (generator)
|
||||
"""
|
||||
jc.utils.compatibility(__name__, info.compatible, quiet)
|
||||
streaming_input_type_check(data)
|
||||
|
||||
Reference in New Issue
Block a user