We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at the autodocs, we see things like:
class acton.database.ASCIIReader( path: str, feature_cols: typing.List[str], label_col: str, encode_labels: bool = True, label_encoder: <MagicMock name='mock.LabelEncoder' id='140295020343192'> = None)
It would be great if we could somehow hide that mock. Perhaps overriding __repr__ for mocked documentation types would be a possibility?
__repr__
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looking at the autodocs, we see things like:
It would be great if we could somehow hide that mock. Perhaps overriding
__repr__
for mocked documentation types would be a possibility?The text was updated successfully, but these errors were encountered: