# otp.Source.get_name

#### Source.get_name(remove_invalid_symbols=False)

Returns source name.

* **Parameters:**
  **remove_invalid_symbols** ([*bool*](https://docs.python.org/3/builtins/functions.html#bool)) -- If True, all characters not supported in query names in .otq file will be replaced,
  because only alphanumeric, minus and underscore characters are supported in query names.
* **Return type:**
  [str](https://docs.pip.distribution.sol.onetick.com/api/operation/str/root.html.md#onetick.py.Operation.str) | None

#### SEE ALSO
[`set_name()`](https://docs.pip.distribution.sol.onetick.com/api/source/self/set_name.html.md#onetick.py.Source.set_name)
