Owlmixin API Reference¶
Github and README: https://github.com/tadashi-aikawa/owlmixin
- OwlMixin
OwlMixin
OwlMixin.from_dict()
OwlMixin.from_optional_dict()
OwlMixin.from_dicts()
OwlMixin.from_iterable_dicts()
OwlMixin.from_optional_dicts()
OwlMixin.from_optional_iterable_dicts()
OwlMixin.from_dicts_by_key()
OwlMixin.from_optional_dicts_by_key()
OwlMixin.from_json()
OwlMixin.from_jsonf()
OwlMixin.from_json_to_list()
OwlMixin.from_json_to_iterator()
OwlMixin.from_jsonf_to_list()
OwlMixin.from_jsonf_to_iterator()
OwlMixin.from_yaml()
OwlMixin.from_yamlf()
OwlMixin.from_yaml_to_list()
OwlMixin.from_yaml_to_iterator()
OwlMixin.from_yamlf_to_list()
OwlMixin.from_yamlf_to_iterator()
OwlMixin.from_csvf_to_list()
OwlMixin.from_csvf_to_iterator()
OwlMixin.from_json_url()
OwlMixin.str_format()
OwlMixin.to_dict()
OwlMixin.to_json()
OwlMixin.to_jsonf()
OwlMixin.to_pretty_json()
OwlMixin.to_yaml()
OwlMixin.to_yamlf()
- Collections
- TList
TList
TList.to_iterator()
TList.get()
TList.for_each()
TList.map()
TList.emap()
TList.flatten()
TList.flat_map()
TList.filter()
TList.reject()
TList.head()
TList.take()
TList.take_while()
TList.tail()
TList.uniq()
TList.uniq_by()
TList.partition()
TList.group_by()
TList.key_by()
TList.order_by()
TList.concat()
TList.reduce()
TList.sum()
TList.sum_by()
TList.count_by()
TList.size()
TList.join()
TList.unlines()
TList.find()
TList.all()
TList.any()
TList.intersection()
TList.not_intersection()
TList.to_csv()
TList.to_csvf()
TList.to_dicts()
TList.to_json()
TList.to_jsonf()
TList.to_pretty_json()
TList.to_table()
TList.to_yaml()
TList.to_yamlf()
- TIterator
TIterator
TIterator.to_list()
TIterator.next_at()
TIterator.for_each()
TIterator.map()
TIterator.emap()
TIterator.filter()
TIterator.reject()
TIterator.flatten()
TIterator.flat_map()
TIterator.head()
TIterator.take()
TIterator.take_while()
TIterator.tail()
TIterator.uniq()
TIterator.uniq_by()
TIterator.partition()
TIterator.group_by()
TIterator.key_by()
TIterator.order_by()
TIterator.concat()
TIterator.reduce()
TIterator.sum()
TIterator.sum_by()
TIterator.count_by()
TIterator.join()
TIterator.unlines()
TIterator.find()
TIterator.all()
TIterator.any()
TIterator.intersection()
TIterator.not_intersection()
TIterator.to_csv()
TIterator.to_csvf()
TIterator.to_dicts()
TIterator.to_json()
TIterator.to_jsonf()
TIterator.to_pretty_json()
TIterator.to_table()
TIterator.to_yaml()
TIterator.to_yamlf()
- TDict
TDict
TDict.map()
TDict.map_values()
TDict.map_values2()
TDict.filter()
TDict.reject()
TDict.sum()
TDict.sum_by()
TDict.size()
TDict.find()
TDict.to_list()
TDict.to_iterator()
TDict.all()
TDict.any()
TDict.assign()
TDict.pick_by()
TDict.omit_by()
TDict.str_format()
TDict.to_dict()
TDict.to_json()
TDict.to_jsonf()
TDict.to_pretty_json()
TDict.to_yaml()
TDict.to_yamlf()
- TList
- Option
- OwlEnum
- Errors