Lines Matching refs:str
124 local: Dict[str, Any] = {}
134 def read_python_version(configure: pathlib.Path = CONFIGURE) -> str:
153 def __init__(self, info: str, text: str):
180 name: str
181 pythonexe: str
259 f"{'.'.join(str(v) for v in EMSDK_MIN_VERSION)}.",
374 def emport_args(self) -> List[str]:
385 def embuilder_args(self) -> List[str]:
408 def emport_args(self) -> List[str]:
431 name: str
437 default_testopts: str = "-j2"
460 def configure_cmd(self) -> List[str]:
496 def make_cmd(self) -> List[str]:
518 elif isinstance(value, str):
530 cmd: Iterable[str],
531 args: Iterable[str] = (),
570 def run_test(self, target: str, testopts: Optional[str] = None):
594 str(port),
849 parser.error(str(e))
866 parser.error(str(e))