Home
last modified time | relevance | path

Searched refs:cls (Results 1 – 3 of 3) sorted by relevance

/curl/tests/
H A Dnegtelnetserver.py255 def to_val(cls, name): argument
256 return getattr(cls, name)
259 def from_val(cls, val): argument
260 for k in cls.__dict__.keys():
261 if getattr(cls, k) == val:
/curl/tests/http/testenv/
H A Dcurl.py50 def AverageStats(cls, profiles: List['RunProfile']): argument
53 for key in cls.STAT_KEYS:
H A Dcerts.py341 def create_root(cls, name: str, store_dir: str, key_type: str = "rsa2048") -> Credentials: argument

Completed in 17 milliseconds