a474d887e073de953aa067ed602d63b19d5f7dfc,textacy/fileio/utils.py,,split_record_fields,#Any#Any#Any#,200
Before Change
if itemwise is True:
return ((item.pop(content_field), item) for item in items)
else:
return unzip(((item.pop(content_field) , item) for item in items))
def unzip(seq):
After Change
See Also:
:func:`split_records()`
warnings.warn(
"`split_record_fields()` has been renamed `split_records()`, "
"and this function is just a temporary alias for it.",
DeprecationWarning)
return split_records(items, content_field, itemwise=False)
def unzip(seq):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: chartbeat-labs/textacy
Commit Name: a474d887e073de953aa067ed602d63b19d5f7dfc
Time: 2018-01-01
Author: burton@chartbeat.com
File Name: textacy/fileio/utils.py
Class Name:
Method Name: split_record_fields
Project Name: uber/pyro
Commit Name: 296b28c1a5b1fb18732d1ed0f466b3761e50ebef
Time: 2019-11-14
Author: fehiepsi@gmail.com
File Name: pyro/contrib/gp/parameterized.py
Class Name: Parameterized
Method Name: set_prior
Project Name: sassoftware/python-dlpy
Commit Name: 4cf94b4f157424e41be9cd4f45a9d0b3cf1bbfe5
Time: 2018-10-25
Author: Ethem.Can@sas.com
File Name: dlpy/layers.py
Class Name:
Method Name: _unpack_config