MCPcopy Create free account
hub / github.com/audeering/opensmile / Section

Class Section

scripts/conf2dot.py:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21class Section():
22 def __init__(self, name: str, type: str, **kwargs):
23 self.name = name
24 self.type = type
25 self.properties = {}
26
27
28class ConfFile():

Callers 1

_parse_section_headerMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected