networktocode / netutils

Python library that is a collection of functions and objects for common network automation tasks.

Home Page:https://netutils.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ACL] Naming

mzbroch opened this issue · comments

commented

This is highly subjective. Consider renaming .match method:

A.match(B) - suggests A matches B (means the same) or at least A is contained within B.