Changeset ee75bcd in trunk
- Timestamp:
- 2023-03-24T19:20:48Z (2 years ago)
- Branches:
- master
- Children:
- 51c7ca8d
- Parents:
- 06dc32a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/web/common.py ¶
r06dc32a ree75bcd 118 118 119 119 120 def parse_replace_arg(replace ): # type: (bytes) -> Union[bool,_OnlyFiles]120 def parse_replace_arg(replace: bytes) -> Union[bool,_OnlyFiles]: 121 121 assert isinstance(replace, bytes) 122 122 if replace.lower() == b"only-files":
Note: See TracChangeset
for help on using the changeset viewer.