From 8844acf4248ae8df9293eeff2eed8827ea802211 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 12 Mar 2010 00:52:30 +0100 Subject: pidl:Samba/Python: don't generate methods for functions marked as [todo] metze --- pidl/lib/Parse/Pidl/Samba4/Python.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'pidl/lib/Parse/Pidl/Samba4/Python.pm') diff --git a/pidl/lib/Parse/Pidl/Samba4/Python.pm b/pidl/lib/Parse/Pidl/Samba4/Python.pm index 781d640cab..a6c2738ddc 100644 --- a/pidl/lib/Parse/Pidl/Samba4/Python.pm +++ b/pidl/lib/Parse/Pidl/Samba4/Python.pm @@ -648,6 +648,7 @@ sub Interface($$$) foreach my $d (@{$interface->{FUNCTIONS}}) { next if not defined($d->{OPNUM}); next if has_property($d, "nopython"); + next if has_property($d, "todo"); my $prettyname = $d->{NAME}; -- cgit