| |
Methods defined here:
- arguments(environ: os._Environ, user: ~User, server: ~Server, name: str, arguments: Dict[str, Dict[str, str]], inputs: List[str], csrf_token: str = None) -> Tuple[str, Dict[str, str], str]
- This function reloads a argument configuration.
- module(environ: os._Environ, user: ~User, server: ~Server, name: str, arguments: Dict[str, Dict[str, str]], inputs: List[str], csrf_token: str = None) -> Tuple[str, Dict[str, str], str]
- This function reloads a module.
- modules(environ: os._Environ, user: ~User, server: ~Server, name: str, arguments: Dict[str, Dict[str, str]], inputs: List[str], csrf_token: str = None) -> Tuple[str, Dict[str, str], str]
- This function adds new modules.
- scripts(environ: os._Environ, user: ~User, server: ~Server, name: str, arguments: Dict[str, Dict[str, str]], inputs: List[str], csrf_token: str = None) -> Tuple[str, Dict[str, str], str]
- This function reloads a script configuration.
- server(environ: os._Environ, user: ~User, server: ~Server, name: str, arguments: Dict[str, Dict[str, str]], inputs: List[str], csrf_token: str = None) -> Tuple[str, Dict[str, str], str]
- This function reloads the configuration.
- web(environ: os._Environ, user: ~User, server: ~Server, name: str, arguments: Dict[str, Dict[str, str]], inputs: List[str], csrf_token: str = None) -> Tuple[str, Dict[str, str], str]
- This function reloads web files (JS, CSS and HTML).
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- __annotations__ = {'accept_types': typing.Tuple[type], 'html': <class 'str'>, 'simple_types': typing.Tuple[type]}
- accept_types = (<class 'list'>, <class 'NoneType'>, <class 'str'>, <class 'bool'>, <class 'int'>, <class 'float'>)
- html = '\n <html><head><title>WebScripts Server co... }}\n </script></footer></body></html>\n '
- simple_types = (<class 'NoneType'>, <class 'str'>, <class 'bool'>, <class 'int'>, <class 'float'>)
|