##// END OF EJS Templates
typing: fix the typehint for `skip` arg on `osutil.listdir()` to be optional...
typing: fix the typehint for `skip` arg on `osutil.listdir()` to be optional The cffi and pure implementations both default to `None`, and the args are parsed in C with `"y#|OO:listdir"`, with the C variable initialized to NULL.
Matt Harbison -
r50495:b6fc602e default
Show More
Name Size Modified Last Commit Author
/ contrib / merge-lists / tests
test-merge-lists.rs Loading ...