Carol Holloway

Carol Holloway (April 30, 1892 January 3, 1979) was an American actress of the silent film era.[1] She appeared in 117 films between 1914 and 1941. She was born in Williamstown, Massachusetts and died in California.

Carol Holloway
Holloway in 1919 advertisement for Perils of Thunder Mountain
Born(1892-04-30)April 30, 1892
DiedJanuary 3, 1979(1979-01-03) (aged 86)
Years active1914-1941

Partial filmography

gollark: I did make a bunch of tweaks since I don't like how it did stuff.
gollark: It MIGHT be somewhat entirely derived from JSK.
gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
gollark: <@319753218592866315> What?
gollark: AutoBotRobot actually has to do a bunch of AST hackery to make asynchronousness work.

References

  1. "Carol Holloway". cyranos. Archived from the original on August 7, 2014. Retrieved February 4, 2015.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.