To the Polls, Citizens

To the Polls, Citizens (French: Aux urnes, citoyens!) is a 1932 French comedy film directed by Jean Hémard and starring Léon Belières, Lily Mounet and Henri Poupon.[1]

To the Polls, Citizens
Directed byJean Hémard
Produced byFélix Méric
Written byMichel Bourdet
Jacques Bousquet
StarringLéon Belières
Lily Mounet
Henri Poupon
Music byMichel Brusselmans
Marguerite Monnot
Vincent Scotto
CinematographyJean Isnard
Armand Thirard
Edited byJacques Desagneaux
Production
company
Films Félix Méric
Release date
11 March 1932
Running time
102 minutes
CountryFrance
LanguageFrench

Cast

gollark: Huh, I thought you were going to complain about me "explaining closure terribly" or something.
gollark: It's called closure. Stuff defined in something gets access to locals from that thing.
gollark: Just do```luafunction fs.open(file, mode) local f = {} -- Store fs files in here local handle = io.open(file, mode) function f.readAll() return handle:read("*a") end function f.close() handle:close() end function f.write(data) handle:write(data) end return fend```unless there's some other thing you need it for.
gollark: Wait, why do you need a global `openFiles` thing for that?
gollark: Cool, should be useful.

References

  1. Crisp p.393

Bibliography

  • Crisp, Colin. Genre, Myth and Convention in the French Cinema, 1929-1939. Indiana University Press, 2002.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.