Removed comments. [ci skip]

This commit is contained in:
Fabio Caccamo 2019-09-24 16:26:38 +02:00
parent 131a803908
commit b799eec2d2
1 changed files with 0 additions and 10 deletions

View File

@ -50,21 +50,11 @@ class benedict(IODict, KeypathDict, ParseDict, UtilityDict):
def fromkeys(cls, sequence, value=None):
return KeypathDict.fromkeys(sequence, value)
# @staticmethod
# @benediction
# def from_base64(s, **kwargs):
# return IODict.from_base64(s, **kwargs)
@staticmethod
@benediction
def from_json(s, **kwargs):
return IODict.from_json(s, **kwargs)
# @staticmethod
# @benediction
# def from_query_string(s, **kwargs):
# return IODict.from_query_string(s, **kwargs)
@staticmethod
@benediction
def from_toml(s, **kwargs):