MCPcopy Create free account
hub / github.com/bundesAPI/smard-api / user_agent

Method user_agent

python-client/deutschland/smard/api_client.py:112–114  ·  view source on GitHub ↗

User agent for this API client

(self)

Source from the content-addressed store, hash-verified

110
111 @property
112 def user_agent(self):
113 """User agent for this API client"""
114 return self.default_headers["User-Agent"]
115
116 @user_agent.setter
117 def user_agent(self, value):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected