##// END OF EJS Templates
templater: add wrapped types for pure non-list/dict values...
templater: add wrapped types for pure non-list/dict values These wrapper types will allow us to get rid of some isinstance() business. A bytes object needs to support sequence-like operations (e.g. join(), ifcontains(), etc.) That's why we have two wrapper classes. Tests will be added later.

File last commit:

r37513:b1fb341d default
r38228:7824783a default
Show More
MANIFEST.in
7 lines | 109 B | text/plain | TextLexer
graft c-ext
graft zstd
graft tests
include make_cffi.py
include setup_zstd.py
include zstd.c
include LICENSE