Removed comments. [ci skip]
This commit is contained in:
parent
131a803908
commit
b799eec2d2
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue