Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
class
Section():
22
def
__init__(self, name: str, type: str, **kwargs):
23
self.name = name
24
self.type = type
25
self.properties = {}
26
27
28
class
ConfFile():
Callers
1
_parse_section_header
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected