🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:34:32 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
snowballstemmer
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/snowballstemmer
🔄 Refresh
✏️
Editing: among.py
Read Only
class Among(object): def __init__(self, s, substring_i, result, method=None): """ @ivar s search string @ivar substring index to longest matching substring @ivar result of the lookup @ivar method method to use if substring matches """ self.s = s self.substring_i = substring_i self.result = result self.method = method
💾 Save Changes
❌ Cancel