We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kind
1 parent 7414047 commit 79a4afcCopy full SHA for 79a4afc
crates/red_knot_python_semantic/src/types/signatures.rs
@@ -617,11 +617,6 @@ impl<'db> Parameter<'db> {
617
}
618
619
620
- /// Returns the kind of the parameter which will contain the default type if any.
621
- pub(crate) fn kind(&self) -> &ParameterKind<'db> {
622
- &self.kind
623
- }
624
-
625
/// Display name of the parameter, if it has one.
626
pub(crate) fn display_name(&self) -> Option<ast::name::Name> {
627
self.name().map(|name| match self.kind {
0 commit comments