Group
Extension

Matches 1

Inline-Python ( N/NI/NINE/Inline-Python-0.58.tar.gz, NINE, 2025; MetaCPAN )
Inline-Python/Python.pm ( view source; MetaCPAN )
y ($self) = @_;
    return $$self;
}

sub negate {
    my ($self) = @_;
    return $self ? $false : $true;
}

sub TO_JSON {
    my ($self) = @_;
    return $self ? JSON::true() : JSON::false();
}

1;

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.