Python stdlib module — readline. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.append_history_file()Neutralappend_history_file(nelements, filename)
Append the last nelements items of the history list to file.
.get_completer_delims()Neutralget_completer_delims()
Get the word delimiters for completion.
.get_completion_type()Neutralget_completion_type()
Get the type of completion being attempted.
.get_current_history_length()Neutralget_current_history_length()
Return the current (not the maximum) length of history.
.get_history_item()Neutralget_history_item(index)
Return the current contents of history item at one-based index.
| FQN | Field | |
|---|---|---|
| readline | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import readline