Find the codata.physical_constant keys containing a given string.
sub : str or unicode
Sub-string to search keys for
disp : bool
If True, print the keys that are found, and return None. Otherwise, return the list of keys without printing anything.
keys : None or list
If disp is False, the list of keys is returned. Otherwise, None is returned.
See also
scipy.constants.precision
scipy.constants.C2K
Enter search terms or a module, class or function name.